'宣言 Public Overloads Function SortAsync( _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SortAsync( params SortDescription[] sortDescriptions )
パラメータ
- sortDescriptions
- The sort descriptions that determine how the data will be sort.